home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
ewjdemo.dir
/
00115.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-11
|
234 b
|
11 lines
global gMovieSprite, gMovieDuration
on exitFrame
cursor(4)
set gMovieDuration to the duration of cast the castNum of sprite gMovieSprite
delayFor(30)
set the movieRate of sprite gMovieSprite to 1
cursor(0)
cursor(-1)
end